The Sequence wallet configuration includes a threshold and a list of signers with their weights.
Name | Type | Range | Description |
---|---|---|---|
Threshold | uint16 | 1 - 65535 | Required combined total “weight” of signers for a signature to be considered valid. |
Signers | signer[] | unlimited - bounded by gas | List of signers that with their corresponding “weight”s. |
Name | Type | Range | Description |
---|---|---|---|
”weight” | uint8 | 0 - 255 | ”weight” of every signature of the signer. |
”address” | "address" | — | “address” of the signer, it may be an EOA or another smart contract wallet with EIP-1271 support. |
imageHash
directly, instead the imageHash
is used as the salt
during the contract creation, and signatures are validated against the address of the wallet.
imageHash
, the factory
and mainModule
of the wallet.